home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 128 / XENIATGM128.iso / Shareware / MusicMatchJukebox 7.0 / Tutorials / online_attractions.exe / scripts / DefineButton2_265 / BUTTONCONDACTION on(releaseOutside, rollOut).as < prev    next >
Text File  |  2001-01-11  |  143b  |  8 lines

  1. on(releaseOutside, rollOut){
  2.    setProperty("/ambiance", _visible, "1");
  3.    tellTarget("/Op_burstup")
  4.    {
  5.       gotoAndStop(1);
  6.    }
  7. }
  8.